@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}

.header-box .header_fix_form{display: none!important;}
/*pc端首页导航*/






/*首页banner*/

.indban .swiper-slide {
	overflow: hidden;
	
}
.indban .swiper-container{
	height:47vw;
}

.indban .swiper-slide img {
	width: 100%;
	height: 900px;
	object-fit: cover;
	display: block;
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
}

.indban .swiper-slide.swiper-slide-active img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
}

.indban .swiper-pagination {
	bottom: 40px;
}

.indban .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}

.indban .text_box {
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.indban .text_box .text_con {
	width: 750px;
	margin: 0 auto;
}
.indban .img_text .text_con{
	width: 100%;text-align: left;
}
.indban .text_box .title {
	/*font-family: "Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif", ;*/
	color: #fff;
	margin-bottom: 35px;
	transform: translateY(200px);
	opacity: 0;
	font-weight:600;
}

.indban .swiper-slide .banner-video{height: 100%;}
.indban .swiper-slide video{display: block;}
.indban .swiper-slide .banner-video:after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    background: linear-gradient(
100deg
,rgba(0,0,0,.22),rgba(0,0,0,.22) 39%,transparent);
    position: absolute;
}
.indban .swiper-slide.swiper-slide-active .title {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.6s ease-out;
	font-size: 46px;
}

.indban .text_box .des {
	color: #fff;
	margin-bottom: 25px;
	transform: translateY(400px);
	opacity: 0;
}

.indban .swiper-slide.swiper-slide-active .des {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease-out;
}

.indban .video_btn a{
	
	display: block;
	padding: 5px 10px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	border-radius: 5px;
	transform: translateY(400px);
	opacity: 0;
}
.indban .img_text .video_btn a{
	float: left;margin-right: 10px;
}
.indban .img_text .video_btn a:nth-child(2){
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;border: none;
}
.indban .video_text .video_btn{
	margin: 0 auto;
}
.indban .swiper-slide.swiper-slide-active .video_btn a{
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease-out;
}

.indban .video_btn a {
	color: #fff;
}

.indban .video_btn i {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
}

.indban .swiper-slide .video_btn a:hover i {
	transition: 0.5s;
	margin-left: 10px;
}


/*数字化赋能企业不同岗位角色*/

.indpost {
	padding: 4.27% 0 4.8%;
	overflow: hidden;
}

.indpost .big_title {
	text-align: center;
	margin-bottom: 3%;
	color: #252B3A;
	font-weight: bold;
}

.indpost .video_list li {
	width: 30%;
	position: relative;
	margin-left: 2%;
	margin-right: 1%;
	border-radius: 5px;
	overflow: hidden;
}

.indpost .video_list li:nth-child(5) {
	margin-right: 0;
}

.indpost .video_list li .img {
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	transition: all 0.5s ease-out;
}

.indpost .video_list li.active .img {
	opacity: 0;
	/*transform: translateY(-100%);*/
	transition: all 0.5s ease-out;
}

.indpost .video_list li video {
	width: 100%;
	position: absolute;
	height: 100%;
	object-fit: cover;
	top: 0;
	z-index: -1;
	display: block;
	opacity: 0.5;
}

.indpost .video_list li:hover video {
	opacity: 1;
}

.indpost .video_list li .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px;
	color: #fff;
	z-index: 1;
	transition: all 0.4s ease-out;
}

.indpost .video_list li:after {
	content: "";
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	background-image: linear-gradient(to top, rgb(229 225 225), rgba(0, 0, 0, 0));
	bottom: 0;
}

.indpost .video_list li .link {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 16px;
	opacity: 0;
	transition: all 0.6s ease-out;
	transform: translateY(50%);
}

.indpost .video_list li .link a span {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-1px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
}

.indpost .video_list li .link a {
	color: #fff;
}

.indpost .video_list li .link:hover a span {
	transition: 0.5s;
	margin-left: 10px;
}

.indpost .video_list li:hover .link {
	opacity: 1;
	transform: translateY(0);
}

.indpost .video_list li:hover .text {
	bottom: 0;
}


/*云产品及服务*/

.indpro {
	background: #ebf0f7;
	padding: 3.28% 0 4%;
	overflow: hidden;
}

.indpro .big_title {
	text-align: center;
	color: #252B3A;
	margin-bottom: 1.8%;
	font-weight: bold;
}

.indpro .indpro-menu-link {
	text-align: center;
	display: flex;
}

.indpro .indpro-menu-link li {
	display: inline-block;
	padding: 0 7px;
	margin: 0 4%;
	line-height: 2.85em;
	flex: 1;
}

.indpro .indpro-menu-link li:after {
	content: "";
	width: 0;
	display: block;
	height: 4px;
	background: #2385ed;
	transition: all 0.2s ease-out;
}
.indpro .indpro-menu-link li a span{    color: #aaa;}
.indpro .indpro-menu-link li.active:after {
	width: 100%;
}

.bofang {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: 1.5s;
}

.bofang::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../images/bofang.png);
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 1.5s;
	z-index: 1;
}

.bofang::before {
	position: absolute;
	border-radius: 50%;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: water 1s linear infinite;
	animation: water 1s linear infinite;
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

.bofang:hover {
	background: rgba(255, 255, 255, 0.6);
	transition: 1.5s;
	transform-origin: center;
	/* transform:rotate(360deg); */
}

.indpro-box {
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.02);
}

.indpro .indpro-item {
	display: none;
}

.indpro .indpro-item.active {
	display: block;
}

.indpro .indpro-video {
	width: 25%;
}

.indpro .indpro-item:first-child .indpro-video {
	background: url(../images/product_bg1.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(2) .indpro-video {
	background: url(../images/product_bg2.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(3) .indpro-video {
	background: url(../images/product_bg3.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(4) .indpro-video {
	background: url(../images/product_bg4.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-video-title {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.indpro .indpro-video-title .title{line-height: 1.5em;}
.indpro .indpro-video-title .title span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
	color: #252B3A;
}

.indpro .indpro-video-title .title .video-btn {
	width: 22px;
	height: 22px;
	position: relative;
	background: url(../images/video_smallbtn1.png) no-repeat;
	border-radius: 50%;
	transition: 0.5s;
	margin-top: 1px;
}



.indpro .indpro-video-title .title img {
	vertical-align: middle;
}

.indpro .indpro-video-box {
	padding: 12.2% 9.4%;
}

.indpro .indpro-video-box h6:hover span {
	color: #2385ed;
}

.indpro .indpro-video-box h6:hover .video-btn {
	background-image: url(../images/video_smallbtn2.png);
	transform: rotate(120deg);
	transition: 0.5s;
}



.indpro .indpro-video-title .subtitle {
	margin-top: 8px;
	color: #252B3A;
}

.indpro .indpro-video-box .icon {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.6s ease-out;
}

.indpro .indpro-video-box h6:hover .icon {
	fill: #2385ed;
	transform: rotate(120deg);
}

.indpro .indpro-video-title .des {
	line-height: 1.625em;
	margin-top: 1.625em;
	color: #777777;
}

.indpro .indpro-video-title .indpro-link {
	margin-top: 12.5%;
	bottom: 24px;
}

.indpro .indpro-link a {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
}

.indpro .indpro-link a:first-child {
	border: 1px solid #252B3A;
}

.indpro .indpro-link a:after {
	display: inline-block;
	content: "";
	border: solid rgba(0, 0, 0, 0.6);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	opacity: 0;
}

.indpro .indpro-link a:last-child:after {
	border-color: #fff;
}

.indpro .indpro-link a:hover:after {
	margin-left: 10px;
	transition: 0.5s;
	opacity: 1;
}

.indpro .indpro-link a:last-child {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
	color: #fff;
}

.indpro .indpro-link a:last-child:hover {
	background: #0360c3;
	color: #fff;
	border-color: #0360c3;
}

.indpro .indpro-video-box:hover .indpro-link {
	bottom: 24px;
	transition: all 0.4s ease-out;
}

.indpro .indpro-link a:last-child:hover {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
}

.indpro .indpro-list {
	width: 75%;
	display: flex;
}

.indpro .indpro-list li {
	width: 25%;
	border-left: 1px solid #dcdcdc;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex:1;
	margin-right: 10px;
}

.indpro .indpro-list .indpro-text-box {
	text-align: center;
	width: 100%;
}

.indpro .indpro-list .indpro-text {
	transition: all .4s ease;
}

/* .indpro .indpro-list li:hover .indpro-text {
	transform: translateY(-66px);
} */

.indpro .indpro-list li i {
	transition: all .2s ease;
}

.indpro .indpro-list li:hover i {
	opacity: 0;
}

.indpro .indpro-list .indpro-text-box h4 {
	color: #ffffff;
	line-height: 2.25em;
	padding: 0 10px;
}

.indpro .indpro-list .indpro-text-box img {
	vertical-align: middle;
	width: 100%;
}

.indpro .indpro-list .indpro-text-box .des {
	line-height: 2em;
	margin-top: 8px;
	color: #888888;
}

.indpro .indpro-link {
	position: absolute;
	bottom: -100px;
	transition: all 0.4s ease-out;
	width: 100%;
}

.indpro .indpro-list li .indpro-link a:first-child {
	border-color: #2a84ee;
	color: #2a84ee;
}

.indpro .indpro-link a:first-child:after {
	border-color: #2a84ee;
}

.indpro .indpro-link a:first-child:hover {
	color: #2a84ee;
	border-color: #2a84ee;
}

.indpro .indpro-list li:hover .indpro-link {
	bottom: 0;
	transition: all 0.4s ease-out;
	background: #008ee6;
}

.indpro .indpro-list li .indpro-link a {
	width: 50%;
	margin-right: 0;
	border-radius: 0;
}

.indpro .indpro-list li:hover {
	/*background-image: linear-gradient(to top, #eff6fe, #ffffff);*/
	box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 1;
}

.indpro .indpro-menu-link li:hover a {
	color: #2385ed;
}

@media only screen and (max-width: 1440px) {
	.indpro .indpro-link a {
		width: 85px;
	}
}

@media only screen and (max-width: 1366px) {
	.indpro .indpro-link a {
		width: 80px;
	}
	.indpro .indpro-list .indpro-text-box img {
		width: 60px;
	}
}


/*解决方案*/

.indsolution {
	padding: 4.16% 0 5.1%;
	overflow: hidden;
}

.indsolution .big_title {
	text-align: center;
	margin-bottom: 2.36%;
	font-weight: bold;
}

.indsolution .swiper-container .swiper-slide ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.indsolution .swiper-container .swiper-slide ul:nth-child(2) {
	margin-top: 6px;
}

.indsolution .swiper-container .swiper-slide li {
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-transition: .65s;
	transition: .65s;
	position: relative;
}

.indsolution .swiper-container .swiper-slide li:not(.last):hover {
	width: 33%!important;
}

.indsolution .swiper-container .swiper-slide li a {
	display: block;
	position: relative;
	height: 356px;
	background-size: cover;
	background-position: 0;
	overflow: hidden;
	color: #fff;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	-webkit-user-drag: none;*/
	background-repeat: no-repeat;
}

.indsolution .swiper-container .swiper-slide li .text {
	position: absolute;
	padding: 25px 30px;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: "Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif", ;
	background: #0072e0ab;
}
.indsolution .swiper-container .swiper-slide li .text.last_text{
	color: #252B3A;
    left: 50%;
    bottom: auto;
    top: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
}
.indsolution .swiper-container .swiper-slide li .text .ho_show {
	max-height: 0;
	transition: 0.65s;
	overflow: hidden;
}

.indsolution .swiper-container .swiper-slide li:hover .text .ho_show {
	max-height: 200px;
	transition: 0.65s;
}

.indsolution .swiper-box {
	position: relative;
}

.indsolution .swiper-button-prev {
	left: auto;
	margin-right: 40px;
	right: 100%;
	opacity: 0;
}

.indsolution .swiper-box.active .swiper-button-prev {
	opacity: 1;
}

.indsolution .swiper-button-next {
	right: auto;
	margin-left: 40px;
	left: 100%;
	opacity: 0;
}

.indsolution .swiper-box.active .swiper-button-next {
	opacity: 1;
}

.indsolution .swiper-pagination {
	width: 100%;
	bottom: -30px;
}

.indsolution .swiper-pagination-bullet {
	width: 38px;
	height: 6px;
	border-radius: 0;
	margin: 5px;
}

.indsolution .swiper-box.active .swiper-button-next.swiper-button-disabled,
.indsolution .swiper-box.active .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.indsolution .swiper-pagination-bullet-active {
	background: #2185ee;
}

@media only screen and (max-width: 1440px) {
	.indsolution .swiper-box {
		width: 1200px;
		margin: 0 auto;
	}
	.indsolution .swiper-box .swiper-button-next,
	.indsolution .swiper-box .swiper-button-prev {
		width: 20px;
		height: 30px;
		margin-top: -15px;
		background-size: 20px 30px;
	}
	.indsolution .swiper-button-prev {
		margin-right: 20px;
	}
	.indsolution .swiper-button-next {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1366px) {
	.indsolution .swiper-box {
		width: 1100px;
		margin: 0 auto;
	}
	.indsolution .swiper-box .swiper-button-next,
	.indsolution .swiper-box .swiper-button-prev {
		width: 15px;
		height: 30px;
		margin-top: -15px;
		background-size: 15px 30px;
	}
}


/*全球680万+客户的信任与选择*/

.indcustomer {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.indcustomer .big_title {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-bottom: 52px;
}

.indcustomer .bg_list {
	height: 100%;
}

.indcustomer .bg_item {
	padding: 3.8% 0 9.89%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	transition: all 0.6s;
}
.indcustomer .bg_item .itembg_list .itembg_item{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*opacity: 0;*/
	height: 100%;
	transition: all 0.4s;
}
.indcustomer .bg_item .itembg_list .itembg_item:not(.show) {
   opacity: 0;
}
.indcustomer .bg_item.active {
	opacity: 1;	transition: all 0.6s;
}

.indcustomer .text_box {
	width: 77%;
	position: relative;
	z-index: 3;
	margin-left: auto;
}
.indcustomer .text_box .text_item:not(.show) {
    display: none;
}
.indcustomer .text_box .title {
	color: #fff;
	margin-bottom: 41px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

@keyframes myfirst {
	from {
		opacity: 0;
		transform: translateY(150%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.indcustomer .text_box .title_act {
	animation: myfirst 0.5s;
}

.indcustomer .text_box .des_act {
	animation: myfirst 0.5s;
}

.indcustomer .text_box .des {
	color: #dbdbdb;
	margin-bottom: 27px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

.indcustomer .text_box .des a {
	color: #dbdbdb;
}

.indcustomer .text_box .des a:hover {
	color: #fff;
}

.indcustomer .text_box .link {
	margin-bottom: 69px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

.indcustomer .bg_item.active .text_box .title {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .bg_item .text_box .title span {
	vertical-align: middle;
}

.indcustomer .bg_item.active .text_box .des {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .bg_item.active .text_box .link {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .text_box .link a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.indcustomer .text_box .link a::after {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-1px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-left: 2px;
}

.indcustomer .text_box .link a:hover::after {
	margin-left: 10px;
	transition: 0.5s;
}

.indcustomer .text_box .link a span {
	display: inline-block;
}

.indcustomer .text_box .link a i {
	width: 6px;
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #fff;
	margin-left: 8px;
}

.indcustomer .text_box .customers-logos {
	opacity: 0;
	transition: all 0.8s ease-out;
	position: relative;
}

.indcustomer .bg_item.active .text_box .customers-logos {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .text_box .customers-logo {
	width: 200px;
	height: 86px;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	float: left;
	line-height: 86px;
}

.indcustomer .text_box .customers-logo-act {
	background: rgba(255, 255, 255, 0.38)
}

.indcustomer .text_box .customers-logo img {
	vertical-align: middle;
	max-width: 60%;
	max-height: 60%;
}

.indcustomer .text_box .customers-logo.active {
	background: rgba(255, 255, 255, 0.5);
}

.menu_list {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.menu_list ul {
	width: 17.36%;
	background: rgba(255, 255, 255, 0.08);
	padding: 23px 0px;
}

.menu_list ul li {
	height: 53px;
	line-height: 53px;
	padding-left: 50px;
	position: relative;
}

.menu_list ul li:last-child:after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: 0.5s;
}

.menu_list ul li:last-child:hover:after {
	margin-left: 10px;
	transition: 0.5s;
}

.menu_list ul li a {
	color: #fff;
	vertical-align: middle;
}

.menu_list ul li:before {
	width: 3px;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 14px;
	background: #2185ee;
	transition: all 0.2s ease-out;
}

.menu_list ul li.active:before {
	height: 24px;
	top: 14px;
	bottom: auto;
}

@media only screen and (max-width: 1440px) {
	.indcustomer .text_box .link {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1440px) {
	.indcustomer .text_box .customers-logo {
		width: 150px;
		height: 76px;
		line-height: 76px;
	}
	.indcustomer .text_box .link {
		margin-bottom: 124px;
	}
}


/*金蝶云·苍穹 新一代企业级PaaS平台*/

.indpaas {
	background: url(../images/pingtai_bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 7.29% 0 7.7%;
	overflow: hidden;
}

.indpaas .big_title {
	text-align: center;
	color: #252B3A;
	font-weight: bold;
}

.indpaas .des {
	text-align: center;
	margin-top: 10px;
	color: #252B3A;
}

.indpaas .link a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(to right, #005dbf, #2386ee);
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	margin-top: 36px;
	vertical-align: middle;
}

.indpaas .link a::after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
	vertical-align: middle;
	margin-left: 2px;
}

.indpaas .link a:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 20%);
}

.indpaas .link a:hover::after {
	transition: 0.5s;
	margin-left: 10px;
}


/*新闻*/

.indnews {
	padding: 3.9% 0 4.48%;
	overflow: hidden;
}

.indnews .w1440 {
	position: relative;
	padding-bottom: 70px;
}

.indnews .big_title {
	margin-bottom: 1.8%;
}

.indnews .left_new {
	width: 54.72%;
}

.indnews .left_new .swiper-slide {
	overflow: hidden;
}
.indnews .left_new .swiper-slide .img_box{
	display: block;
	overflow: hidden;
}

.indnews .left_new .swiper-slide .img {
	width: 100%;
	height: 0;
	padding-bottom: 49.63%;
	transition: all 0.5s ease-out;
}

.indnews .left_new .swiper-slide .img_box:hover .img {
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

.indnews .left_new .swiper-slide img {
	display: none;
}
.indnews .left_new .swiper-pagination{
	top: 65%;bottom: auto;
}
.indnews .left_new .swiper-pagination-bullet {
	background: #fff;
}

.indnews .left_new .new_leftitem .time {
	color: #666666;
	margin-top: 21px;
}

.indnews .left_new .new_leftitem .title {
	margin-top: 9px;
}

.indnews .left_new .new_leftitem .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indnews .left_new .new_leftitem .title a:hover {
	color: #005dbf;
}

.indnews .left_new .new_leftitem .des {
	margin-top: 11px;
	color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indnews .link a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #252B3A;
	margin-top: 33px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
}

.indnews .link a:hover {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	color: #fff;
	border: none;
}

.indnews .right_new {
	width: 38.6%;
}

.indnews .right_new li:last-child {
	border-bottom: 1px solid #ebebeb;
}

.indnews .right_new li {
	padding: 15px 0 15px;
	border-top: 1px solid #ebebeb;
}

.indnews .right_new li .time {
	margin-bottom: 11px;
	color: #777777;
}

.indnews .right_new li .title a {
	color: #252B3A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3em;
	overflow: hidden;
}

.indnews .right_new li .title a:hover {
	color: #005dbf;
}

.indnews .link a:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 1500px) {
	.indnews .right_new li {
		padding: 15px 0 15px;
	}
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 54.63%;
	}
}

@media screen and (max-width: 1440px) {
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 51.83%;
	}
}

@media screen and (max-width: 1366px) {
	.indnews .right_new li {
		padding: 16px 0;
	}
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 55.63%;
	}
	.indnews .left_new .new_leftitem .des {
		font-size: 16px;
	}
}


/*奖项*/

.indprize {
	background: #ebf0f7;
	padding: 2.64% 0 2.76%;
	overflow: hidden;
}

.indprize .big_title {
	text-align: center;
	margin-bottom: 2.16%;
	font-weight: bold;
}

.indprize-box li {
	float: left;
	text-align: center;
	padding-top: 2%;
	transition: all 0.4s;
	cursor: default;
	display: inline-block;
	width: 20%;
}

.indprize-box li .img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 100px;
}

.indprize-box li:hover .img {
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	border: 1px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

.indprize-box li img {
	vertical-align: middle;
	max-width: 90%;
}

.indprize-box li:last-child {
	margin-right: 0;
}

.indprize-box li .time {
	margin-top: -2px;
	color: #666;
	font-size: 16px;
}

.indprize-box li .des {
	margin-top: 15px;
	padding: 0 15%;
}

.indprize-box li:hover .des {
	color: #005dbf;
}


@media only screen and (max-width: 1190px) {
	.indprize-box li img {
		max-width: 90%;
	}
}


/*免费下载*/

.download {
	background: url(../images/xiazai_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3.6% 0;
	overflow: hidden;
}

.download .left_text {
	line-height: 39px;
	color: #fff;
}

.download .link {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
}

.download .link a {
	color: #fff;
}

.download .link a::after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	vertical-align: middle;
	margin-left: 2px;
}

.download .link a:hover::after {
	transition: 0.5s;
	margin-left: 10px;
}

#videoPopup1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

#videoPopup1 .video-box {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
	width: 100%;
}

#videoPopup1 .video-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: center;
}

#videoPopup1 .video-box .close span {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

#videoPopup1 .video-box .close:hover {
	background: rgba(0, 0, 0, 0.5);
}